.banner {
  width: 100%;  
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  position: relative;
}
.banner img{
  width:100%;
  height:100%;
}
/*china*/
.china{
  padding:0px 0px;
  overflow: hidden;
}
.china h5{font-size: 30px;color:#005bac;font-weight: bold; line-height:70px; padding-bottom:10px;}
.china .infos{
  padding-top:30px;
  font-size: 14px;
  line-height: 26px;
  color:#333333;
}
.china .wrap00{overflow: hidden; padding-bottom:0px; clear:both;}
.china .infos .more {
  font-size: 14px;
  color: #101010;
  border-radius:3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline\;
  *zoom: 1\;
  vertical-align: middle;
  overflow: hidden;
  padding: 10px  58px;
  border: 1px solid #ededed;
  margin-top: 24px; 
  font-weight: bold;
  background:#fff;
}
.china .infos .more:hover {
  background: #005bac;
  border: 1px solid #005bac;
  color: #fff;
}
.infos .tel {
  font-size: 20px;
  color: #101010;
  border-radius:3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: inline\;
  *zoom: 1\;
  vertical-align: middle;
  overflow: hidden;
  padding: 10px 18px;
  border: 1px solid #ededed;
  margin-top: 24px;   
  background:#fff;
}

.infos .tel span{
  font-weight: bold;
  color:#005bac;
}
/*产品分类*/
.productNav{ margin-top:20px;}
.productNav li{width:30.8%;float:left;background:#fff; margin-right:3.8%;}
.productNav li .imgs img{ width:100%; height:100%;}
.productNav li .title{font-size:16px;color:#101010;font-weight:bold;}
.productNav li .tel-online{margin-top:10px}
.productNav li .tel-online .chat-btn{height:35px;background:#0098ca; line-height:35px;border-radius:2px;padding:0px 20px; margin-right:10px;}
.productNav li .tel-online .chat-btn a,.productNav li .tel-online .tel-btn a{font-size:14px;color:#fff;}
.productNav li .tel-online .tel-btn{ height:33px;font-size:14px;border-radius:2px; padding:0px 20px;line-height:33px;background:#005bac}
/*产品应用*/
.applist{ margin-top:20px;}
.applist li{width:28.33333333333%;float:left;background:#006dbd; padding:2.5%; border-top-left-radius:40px; border-bottom-right-radius:40px; color:#fff;}
.applist li .desc{ margin:10px 0px 15px 0px;}
.applist li .titles{font-size:25px; line-height:50px; text-align:center;font-weight:bold;}
.applist li .more-btn{height:35px;background:#0081db; line-height:35px; text-align:center; border-radius:2px;width:60%; margin:0px auto; border-radius:25px;}
.applist li .more-btn a{font-size:14px;color:#fff;}
.applist li.a1{ background:url(../images/a1.png) no-repeat center #006dbd;}
.applist li.a2{ background:url(../images/a2.png) no-repeat center #0087c3;}
.applist li.a3{ background:url(../images/a3.png) no-repeat center #00a7d2;}
.applist li .more1{ background:#0081db;}
.applist li .more2{ background:#0a9fdd;}
.applist li .more3{ background:#12bde9;}
/*标语*/
.adv { margin:50px auto 0px; padding:45px 0px;overflow:hidden; border:1px solid #ededed;}
.adv li{width:19.8%;text-align:center;border-right:1px dashed #cdcdcd;float:left;}
.adv .c_title{font-size:40px; font-weight:bold;line-height:50px;}
.adv .c_xian{width:25px;height:3px;background:#005bac;margin:0 auto;}
.adv .c_title span{font-size:16px;font-weight:lighter; display:block; padding:0px 2px;}
.adv .borderNon{border-right:0px dashed #cdcdcd; }
/*质量控制*/
.honor .product_mqueen_pic{ margin:20px 10px 0px 10px; width:220px; background:#fff}

.news{ width:30%; margin:1.5%; padding-left:1.5%; border-left:1px dashed #c7c7c7;}
.news li{ 
  border-bottom:1px dotted #c7c7c7; 
  background:url(../images/arrows.gif) no-repeat left center; 
  padding-left:15px; 
  font-size:14px;
  line-height:30px;
  font-weight:lighter;}
.news li span{ float:right;}
.service {
  overflow: hidden;
  margin-top:20px;
  border:1px solid #ededed;
}
.service .topOne {
  width: 65%;
  overflow:hidden;
}
.service .topOne .imgs{ width:48%; margin-right:2%;}
.service .topOne .imgs img{
    width: 100%;
    height: 100%;    
}
.service .infos {
  width: 100%;
  margin: 0 auto;
  padding-top:15px;
  font-size: 14px;
  line-height: 24px;  
}
.service .infos h5 {
  font-size: 16px;
  color: #000;
  font-weight: bold;  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height:30px;
}
.service .infos h5 span{ display:block; color:#005bac; font-weight:lighter;}
.service .infos:hover h5 {
  color: #0055a1;
}
.service .infos p {
  color: #333333;
  margin-bottom:10px;
}
.service .infos .mores {  
  color: #fff;
  background:#005fb4;
  padding:5px 15px;
  border-radius:2px;
  
}
.service .infos .mores:hover {
  background: #0055a1;
  color: #ffffff;  
}

@media (max-width: 720px) {
  .header,
  .kong,
  .header.ins,
  .header.ins .logo {
    height: 2.5rem;
  }
  .header .webBtn .line em,
  .header.ins .webBtn .line em {
    background: #000;
  }
  .banner {
    height: 9.25rem;
  }
  .banner h5 {
    width: 13.6rem;
    font-size: 1.05rem;
  }
  .banner1 h5 {
    height: 4.5rem;
    line-height: 1.65rem;
  }
  .banner2 h5 {
    line-height: 1.65rem;
    height: 4.35rem;
  }
  .begin {
    padding: 1.05rem 0;
    font-size: 0.9rem;
    color: #333333;
    background: #e2e2e2;
  }
  
  .infos h5 {
    font-size: 1.4rem;
    line-height: 1.65rem;
    padding-bottom: 0.95rem;
  }
  .infos p {
    font-size: 0.85rem;
    line-height: 1.3rem;
  }
  .infos .more {
    padding: 0.6rem 1.1rem;
    font-size: 0.75rem;
  }
  .years .infos h5,
  .years .infos p,
  .years .infos .more {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
.china{padding:0rem 0 0;}
.china h5{font-size: 1.4rem;line-height: 2.2rem;padding-bottom: .4rem;}
.china .wrap00{margin-top:0.6rem; border-bottom:1px solid #000;} 
.china.three{padding-bottom: 2.0rem;}
.china p{font-size: .85rem;line-height: 1.2rem,;max-width: 100%;}
.china .infos{padding-top:1rem}
.china .infos a img{ width:100%;}
.service .infos h5{font-size: 1.2rem;line-height: 2.0rem;padding-bottom: .3rem;}
.productNav li,.applist li{ width:100%; margin-right:0%; margin-bottom:5px;}
.adv li{ width:49%;}
.adv .c_title{ font-size:1.8rem; line-height:3.0rem;}
.adv .c_title span{ font-size:0.8rem; line-height:1.0rem;}
.adv .borderNon {
    border-right: 1px dashed #cdcdcd;
}
.service .topOne{ width:100%;}
.news{ width:100%; margin:0px;}
.service .topOne .imgs{ width:100%; margin-right:0%;}
}
@media (min-width: 721px) and (max-width: 1023px) {
  
  .years .infos h5,
  .years .infos p,
  .years .infos .more {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }    
  .banner h5 {
    height: 60px;
    font-size: 40px;
    line-height: 50px;
    max-width: 500px;
  }
  .banner1 h5,
  .banner2 h5 {
    height: 180px;
  }
  .begin {
    padding: 40px 0;
  }
  .years,
  .service,
  .work,
  .feelings,
  .companys {
    padding: 100px 0;
  }
 
  .infos h5 {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 54px;
  }
  .infos p {
    font-size: 14px;
    line-height: 24px;
  }
  .infos .more {
    padding: 14px 70px;
    font-size: 14px;
    margin-top: 20px;
  }
  .china{padding:50px 0 0px;}
  .china h5{font-size: 24px;padding-bottom: 10px;}
  .china .wrap00{margin-top: 40px;}
  .china.three{padding-bottom: 50px;}
  .china p{font-size: 14px;line-height: 22px;}
  
}
@media (min-width: 1024px) and (max-width: 1335px) {
  /*.header,
  .header.ins {
    height: 80px;
  }*/
 /* .header.ins .logo {
    height: 118px;
  }*/
  /*.kong {
    height: 80px;
  }*/
  .banner {
    height: 560px;
  }
  .banner h5 {
    height: 60px;
    font-size: 50px;
    line-height: 68px;
    max-width: 600px;
  }
  .banner1 h5,
  .banner2 h5 {
    height: 200px;
  }
  .begin {
    padding: 60px 0;
  }
  .years,
  .service,
  .work,
  .feelings,
  .companys {
    padding: 40px 0;
  } 
  .infos h5 {
    font-size: 36px;
    padding-bottom: 10px;
    line-height: 54px;
  }
  .infos p {
    font-size: 14px;
    line-height: 24px;
  }
  .infos .more {
    padding: 14px 70px;
    font-size: 14px;
    margin-top: 20px;
  }
  .china{padding:0px 0 0px;}
  .china h5{font-size: 30px;padding-bottom: 10px;}
  .china .wrap00{margin-top:0px;}
  .service .wrap00 .three{padding-bottom: 60px;}
}
